Auto merge of #3142 - alexcrichton:siphash, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 30 Sep 2016 16:18:55 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2016 16:18:55 +0000 (09:18 -0700)
commitd8936af1390ab0844e5e68b459214f2529c9f647
tree5a6eb315c372a7eaad1aa9d334d98d9f499ae227
parentcbe47ed52e6783ea6e53955f096527a3adae2a96
parent3af7890c42713e306ec3675ff0b5af6c558f524a
Auto merge of #3142 - alexcrichton:siphash, r=alexcrichton

Allow deprecated use of SipHasher

This type is being deprecated in rust-lang/rust#36815, so allow use of the
deprecated type for now. We can fix this later once new APIs have landed.